home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / N-O / New & Old.cpt / New and Old FileName / background_3203.txt < prev    next >
Text File  |  1987-10-31  |  2KB  |  84 lines

  1. -- background: 3203 from stack: in
  2. -- bmap block id: 3554
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on openCard
  8.   get (number of this card) & " of " & (number of cards)
  9.   put it into background field "Card Number"
  10. end openCard
  11.  
  12.  
  13. -- part 4 (button)
  14. -- low flags: 00
  15. -- high flags: 0000
  16. -- rect: left=453 top=301 right=332 bottom=483
  17. -- title width / last selected line: 0
  18. -- icon id / first selected line: 0 / 0
  19. -- text alignment: 1
  20. -- font id: 0
  21. -- text size: 12
  22. -- style flags: 0
  23. -- line height: 16
  24. -- part name: 
  25. ----- HyperTalk script -----
  26. on mouseUp
  27.   go to next card
  28. end mouseUp
  29.  
  30.  
  31.  
  32.  
  33. -- part 6 (field)
  34. -- low flags: 01
  35. -- high flags: 0000
  36. -- rect: left=44 top=302 right=316 bottom=102
  37. -- title width / last selected line: 0
  38. -- icon id / first selected line: 0 / 0
  39. -- text alignment: 1
  40. -- font id: 3
  41. -- text size: 9
  42. -- style flags: 2304
  43. -- line height: 12
  44. -- part name: Card Number
  45.  
  46.  
  47. -- part 5 (button)
  48. -- low flags: 00
  49. -- high flags: 0000
  50. -- rect: left=425 top=277 right=305 bottom=455
  51. -- title width / last selected line: 0
  52. -- icon id / first selected line: 0 / 0
  53. -- text alignment: 1
  54. -- font id: 0
  55. -- text size: 12
  56. -- style flags: 0
  57. -- line height: 16
  58. -- part name: 
  59. ----- HyperTalk script -----
  60. on mouseUp
  61.   go to prev card
  62. end mouseUp
  63.  
  64.  
  65.  
  66.  
  67. -- part 7 (button)
  68. -- low flags: 00
  69. -- high flags: 2000
  70. -- rect: left=51 top=53 right=97 bottom=96
  71. -- title width / last selected line: 0
  72. -- icon id / first selected line: 20098 / 20098
  73. -- text alignment: 1
  74. -- font id: 0
  75. -- text size: 12
  76. -- style flags: 0
  77. -- line height: 16
  78. -- part name: Home
  79. ----- HyperTalk script -----
  80. on mouseUp
  81.   go home
  82. end mouseUp
  83.  
  84.